Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
base_convert
base_convert
Convert numbers between any binary
Name:
base_convert
Category:
math
Programming Language:
php
One-line Description:
Convert numbers between any bit.
Related
What to Watch Out for When Handling Negative Base Conversions with base_convert() in PHP
6
How to Simplify Base Conversion in PHP by Combining base_convert() and dechex()
3
Which Number Bases Are Supported by PHP's base_convert Function? Complete Usage Guide
3
How to Convert Binary to Hexadecimal Using base_convert? Detailed Code Example
5
How to Use base_convert to Convert Decimal Numbers to Binary, Octal, or Hexadecimal Explained in One Article
5
Similar Functions
log1p
log1p
Returnslog(1+number)
floor
floor
Leavethemethodofsort
max
max
Findthemaximumvalue
fmod
fmod
Returnstheremaindero
pi
pi
Getthepivalue
octdec
octdec
Convertoctaltodecima
exp
exp
Calculatetheindexofe
log
log
Naturallogarithm
Popular Articles
Which Number Bases Are Supported by PHP's base_convert Function? Complete Usage Guide
What to Watch Out for When Handling Negative Base Conversions with base_convert() in PHP
How to Convert Binary to Hexadecimal Using base_convert? Detailed Code Example
How to Use base_convert to Convert Decimal Numbers to Binary, Octal, or Hexadecimal Explained in One Article
How to Simplify Base Conversion in PHP by Combining base_convert() and dechex()